home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software 2000
/
Software 2000 Volume 1 (Disc 1 of 2).iso
/
utilities
/
u117.dms
/
in.adf
/
include
/
setjmp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-12-04
|
141 b
|
5 lines
/* this structure is needed for the setjmp() and longjmp() functions */
typedef unsigned long jmp_buf[13]; /* a7, a6, (a7), d2-d7/a2-a5 */